home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / General.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-09-29  |  17.8 KB  |  1,102 lines

  1. body
  2. {
  3.     font-family:Lucida Grande, Tahoma, SimSun, Arial, sans-serif;
  4.     font-size:12px;
  5.     margin:0 0 0 0;
  6.     padding:0 0 0 0;
  7. }
  8.  
  9. a:link, a:visited, a:hover, a:active
  10. {
  11.     cursor:default;
  12. }
  13.  
  14. #AbsContainer
  15. {
  16.     position:absolute;
  17.     display:block;
  18.  
  19.  
  20.     float:left;
  21.     left:0px;
  22.     top:0px;
  23.     margin:0 0 0 0;
  24.     background:#545454 url(/img/ProjectCenter/loading_bg.jpg) center no-repeat;
  25.     z-index:-2;
  26. }
  27.  
  28. #Header
  29. {
  30.     float:left;
  31.     position:relative;
  32.     margin:0 0 0 0;
  33.     background:url(/img/ProjectCenter/header_bg_2.jpg) repeat-x top left;
  34.     width:100%;
  35.     height:62px;
  36. }
  37.  
  38.     #CodeXApps_Label
  39.     {
  40.         width:1000px;
  41.         height:62px;
  42.         background:url(/img/ProjectCenter/header_left_2.jpg) left top no-repeat;
  43.         position:absolute;
  44.         left:0px;
  45.         top:0px;
  46.     }
  47.     
  48.     #ProjectCenter_Label
  49.     {
  50.         display:none;
  51.         position:absolute;
  52.         width:260px;
  53.         height:62px;
  54.         background:url(/img/ProjectCenter/header_right.jpg) right top no-repeat;
  55.         right:0px;
  56.         top:0px;
  57.     }
  58.     
  59.     #Header h1
  60.     {
  61.         position:absolute;
  62.         top:12px !important;
  63.         top:25px;
  64.         right:15px;
  65.         font-size:20px;
  66.         color:#fff;
  67.         padding-right:5px;
  68.         border-right:2px solid #ddd;
  69.         
  70.         cursor:pointer;
  71.         cursor:hand;
  72.     }
  73.     
  74.     #Header h2
  75.     {
  76.         position:absolute;
  77.         top:0px !important;
  78.         top:10px;
  79.         right:15px;
  80.         font-size:14px;
  81.         color:#ddd;
  82.         padding-right:5px;
  83.         border-right:2px solid #ddd;
  84.         
  85.         cursor:pointer;
  86.         cursor:hand;
  87.     }
  88.     
  89. #LeftPanel_BG
  90. {
  91.     position:absolute;
  92.     left:0px;
  93.     top:0px;
  94.     
  95.     width:190px;
  96.     height:99%;
  97.     
  98.     background:url(/img/ProjectCenter/page_bg.jpg) left repeat-y #d8d8d8;
  99.     
  100.     z-index:-1;
  101. }
  102.  
  103. #LeftPanel
  104. {
  105.     float:left;
  106.     display:block;
  107.     
  108.     width:180px;
  109. }
  110.  
  111.     a.CreateNewButton:link, a.CreateNewButton:visited
  112.     {
  113.         float:left;
  114.         width:160px;
  115.         height:30px;
  116.         background:url(/img/ProjectCenter/btn_CreateNew_3.jpg) left bottom no-repeat #337AC8;
  117.         text-align:center;
  118.         color:#444;
  119.         line-height:30px;
  120.         text-decoration:none;
  121.         font-size:14px;
  122.         font-weight:bold;
  123.     }
  124.     
  125.     a.CreateNewButton:hover
  126.     {
  127.         color:#000;
  128.         background:url(/img/ProjectCenter/btn_CreateNew_3_hover.jpg) left bottom no-repeat #337AC8;
  129.     }
  130.  
  131.     a.CreateNewButton:active
  132.     {
  133.         color:#f00;
  134.         background:url(/img/ProjectCenter/btn_CreateNew_3_active.jpg) left center no-repeat #337AC8;
  135.     }
  136.  
  137.     a.PanelTitle_Plus:link, a.PanelTitle_Plus:visited
  138.     {
  139.         float:left;
  140.         display:inline;
  141.         width:21px;
  142.         height:18px;
  143.         margin:0 0 0 0;
  144.         background:url(/img/ProjectCenter/PanelTitle_plus.jpg) left top no-repeat;
  145.     }
  146.     a.PanelTitle_Plus:hover
  147.     {
  148.         background:url(/img/ProjectCenter/PanelTitle_plus_hover.jpg) left top no-repeat;
  149.     }
  150.  
  151.     a.PanelTitle_Minus:link, a.PanelTitle_Minus:visited
  152.     {
  153.         float:left;
  154.         display:inline;
  155.         width:21px;
  156.         height:18px;
  157.         margin:0 0 0 0;
  158.         background:url(/img/ProjectCenter/PanelTitle_minus.jpg) left top no-repeat;
  159.     }
  160.     a.PanelTitle_Minus:hover
  161.     {
  162.         background:url(/img/ProjectCenter/PanelTitle_minus_hover.jpg) left top no-repeat;
  163.     }
  164.  
  165.     #LeftPanel h2
  166.     {
  167.         float:left;
  168.         padding-right:5px;
  169.         width:175px !important;
  170.         width:180px;
  171.         
  172.         height:18px;
  173.         background:url(/img/ProjectCenter/left_PanelTitle.jpg) repeat-x left top;
  174.         text-align:right;
  175.         line-height:18px;
  176.         color:#666;
  177.         font-family:Tahoma, Arial, sans-serif;
  178.         font-size:12px;
  179.         
  180.         margin:0 0 0 0;
  181.         
  182.         border-bottom:1px solid #666;
  183.     }
  184.  
  185.     #LeftPanel a.ListItem:link, #LeftPanel a.ListItem:visited
  186.     {
  187.         float:left;
  188.         padding-left:20px;
  189.         width:160px !important;
  190.         width:180px;
  191.         height:25px;
  192.         
  193.         background:#d8d8d8;
  194.         border-bottom:1px solid #a6a6a6;
  195.         
  196.         line-height:25px;
  197.         text-decoration:none;
  198.         
  199.         color:#555;
  200.     }
  201.     
  202.     #LeftPanel a.ListItem:hover
  203.     {
  204.         color:#222;
  205.         background:url(/img/ProjectCenter/left_SelectedItem.jpg) left no-repeat #fff;
  206.     }
  207.     
  208.     #LeftPanel a.ListItem:active
  209.     {
  210.         color:#fff;
  211.         background:#c8c8c8;
  212.     }
  213.  
  214.     a.ProItem:link, a.ProItem:visited
  215.     {
  216.         float:left;
  217.         padding-left:20px;
  218.         width:160px !important;
  219.         width:180px;
  220.         height:25px;
  221.         
  222.         border-bottom:1px solid #a6a6a6;
  223.         
  224.         line-height:25px;
  225.         text-decoration:none;
  226.         
  227.         background:url(/img/ProjectCenter/proitem.jpg) right center no-repeat #d8d8d8;
  228.         color:#777;
  229.         line-height:25px;
  230.     }
  231.     a.ProItem:hover
  232.     {
  233.         color:#555;
  234.         background:url(/img/ProjectCenter/proitem_hover.jpg) right center no-repeat #e8e8e8;
  235.     }
  236.  
  237.     a.TagItem:link, a.TagItem:visited
  238.     {
  239.         float:left;
  240.         padding-right:10px;
  241.         width:170px !important;
  242.         width:180px;
  243.         height:25px;
  244.         
  245.         text-align:right;
  246.         line-height:25px;
  247.         text-decoration:none;
  248.         
  249.         color:#666;
  250.         
  251.         border-top:1px solid #d8d8d8;
  252.         border-bottom:1px solid #d8d8d8;
  253.     }
  254.  
  255.     a.TagItem:hover
  256.     {
  257.         color:#222;
  258.         background:url(/img/ProjectCenter/left_TagItem_hover.jpg) right no-repeat;
  259.     }
  260.     
  261.     a.TagItem:active
  262.     {
  263.         color:#fff;
  264.         background:url(/img/ProjectCenter/left_TagItem_active.jpg) right no-repeat;
  265.     }
  266.     
  267.     .SelectedItem
  268.     {
  269.         color:#222 !Important;
  270.         font-weight:bold;
  271.         background:url(/img/ProjectCenter/left_TagItem.jpg) right no-repeat #eee !important;
  272.     }
  273.     
  274.     .SelectedTag
  275.     {
  276.         background:url(/img/ProjectCenter/left_TagItem.jpg) right no-repeat #eee !important;
  277.         color:#000 !important;
  278.         border-top:1px solid #bbb !important;
  279.         border-bottom:1px solid #bbb !important;
  280.     }
  281.  
  282.     #SearchBox
  283.     {
  284.         float:left;
  285.         padding:0 5px 0 5px;
  286.         width:170px !important;
  287.         width:180px;
  288.         height:60px;
  289.         background:#f0f0f0;
  290.         
  291.         text-align:right;
  292.         color:#666;
  293.         line-height:18px;
  294.     }
  295.     
  296.     .Input_Search
  297.     {
  298.         float:left;
  299.         width:160px;
  300.         height:18px;
  301.         margin-left:5px;
  302.         
  303.         background:#fff;
  304.         color:#222;
  305.  
  306.         text-align:center;
  307.     }
  308.  
  309.     #SearchHint
  310.     {
  311.         float:left;
  312.         margin-left:5px;
  313.         text-align:left;
  314.         
  315.         color:#666;
  316.     }
  317.  
  318.     .Spacer
  319.     {
  320.         float:left;
  321.         display:none;
  322.         width:180px;
  323.         height:40px;
  324.     }
  325.  
  326.     a.btn_Return:link, a.btn_Return:visited
  327.     {
  328.         float:left;
  329.         position:absolute;
  330.         left:3px;
  331.         bottom:23px;
  332.         
  333.         width:172px;
  334.         height:18px;
  335.         background:url(/img/ProjectCenter/btn_Return.jpg) repeat-x;
  336.         border:1px solid #777;
  337.         
  338.         color:#555;
  339.         text-align:center;
  340.         text-decoration:none;
  341.         line-height:18px;
  342.     }
  343.     
  344.     a.btn_Return:hover
  345.     {
  346.         color:#000;
  347.         background:url(/img/ProjectCenter/btn_Return_hover.jpg) repeat-x;
  348.     }
  349.  
  350. #RightPanel_BG
  351. {
  352.     position:absolute;
  353.     right:0px;
  354.     top:0px;
  355.     background:url(/img/ProjectCenter/right_bg.jpg) right top repeat-y;
  356.     width:170px;
  357.     height:99%;
  358.     z-index:-1;
  359. }
  360.  
  361. #x_BuddyList
  362. {
  363.     float:left;
  364.     width:180px;
  365.  
  366.     overflow:auto;
  367.     background:#d8d8d8;
  368. }
  369.  
  370. #CollapseBox
  371. {
  372.     float:left;
  373.     display:block;
  374.     position:absolute;
  375.     left:0px;
  376.     bottom:20px;
  377.     width:180px;
  378. }
  379.  
  380. #RightPanel
  381. {
  382.     float:right;
  383.     display:block;
  384.     margin:0 0 0 0;
  385.     width:160px;
  386. }
  387.  
  388.     #RightPanel h2
  389.     {
  390.         float:right;
  391.         padding-right:5px;
  392.         width:155px !important;
  393.         width:160px;
  394.         
  395.         height:18px;
  396.         background:url(/img/ProjectCenter/left_PanelTitle.jpg) repeat-x left top;
  397.         text-align:right;
  398.         line-height:18px;
  399.         color:#666;
  400.         font-family:Tahoma, Arial, sans-serif;
  401.         font-size:12px;
  402.         
  403.         margin:0 0 0 0;
  404.         
  405.         border-bottom:1px solid #666;
  406.     }
  407.  
  408.     a.BuddyItem:link, a.BuddyItem:visited
  409.     {
  410.         float:left;
  411.         padding-left:5px;
  412.  
  413.         width:95%;
  414.         height:20px;
  415.         border-bottom:1px solid #ccc;
  416.         
  417.         line-height:20px;
  418.         text-decoration:none;
  419.         
  420.         color:#333;
  421.     }
  422.     
  423.     a.BuddyItem:hover
  424.     {
  425.         color:#222;
  426.         background:#e5e5e5;
  427.  
  428.         border-bottom:1px solid #ccc;
  429.     }
  430.     
  431.     .People_ID
  432.     {
  433.         float:left;
  434.         display:block;
  435.         margin:0 0 0 0 !important;
  436.  
  437.  
  438.         width:94%;
  439.         height:20px;
  440.         cursor:hand;
  441.     }
  442.  
  443.     .Online{        background:url(/img/App_GUI/Misc/buddy_online.gif) right top no-repeat;}
  444.     .Busy{        background:url(/img/App_GUI/Misc/buddy_busy.gif) right top no-repeat;}
  445.     .Offline{        background:url(/img/App_GUI/Misc/buddy_offline.gif) right top no-repeat;}
  446.  
  447.     .SelectedPeople
  448.     {
  449.         color:#222 !important;
  450.         background-color:#fff !important;
  451.         font-weight:bold !important;
  452.         border-top:0px solid #888 !important;
  453.         border-bottom:0px solid #fff !important;
  454.     }
  455.     
  456.     .ControlSets
  457.     {
  458.         float:left;
  459.         clear:left;
  460.         display:block;
  461.         width:94%;
  462.         padding:0 0 5px 5px;
  463.         border-bottom:1px solid #666;
  464.         background:#ececec;
  465.  
  466.         color:#333;
  467.         line-height:18px;
  468.         margin-bottom:5px;
  469.     }
  470.     
  471.     .Input_SendTextMSG
  472.     {
  473.         float:left;
  474.         width:95%;
  475.         height:50px;
  476.         margin:2px 0 2px 0px;
  477.         background:#fff;
  478.         border:1px solid #aaa;
  479.         font-size:16px;
  480.     }
  481.     
  482.     a.btn_Confirm:link, a.btn_Confirm:visited
  483.     {
  484.         float:left;
  485.         margin-right:5px;
  486.         padding:0 5px 0 5px;
  487.         height:18px;
  488.         background:url(/img/ProjectCenter/btn_Return.jpg) repeat-x bottom #ececec;
  489.         border:1px solid #777;
  490.         
  491.         color:#333;
  492.         text-align:center;
  493.         text-decoration:none;
  494.         line-height:17px !important;
  495.         line-height:14px;
  496.         font-size:12px;
  497.     }
  498.     
  499.     a.btn_Confirm:hover
  500.     {
  501.         color:#000;
  502.         background:url(/img/ProjectCenter/btn_Return_hover.jpg) repeat-x bottom;
  503.     }
  504.  
  505.     a.CancelLink:link, a.CancelLink:visited
  506.     {
  507.         color:#555;
  508.         text-decoration:underline;
  509.         line-height:18px;
  510.     }
  511.     a.CancelLink:hover
  512.     {
  513.         background:#555;
  514.         color:#fff;
  515.         text-decoration:none;
  516.     }
  517.     
  518.     .Disabled
  519.     {
  520.         color:#aaa !important;
  521.     }
  522.     
  523. #IncomingMSG
  524. {
  525.     float:right;
  526.     display:block;
  527.     position:absolute;
  528.     right:0px;
  529.     bottom:0px;
  530.     width:160px;
  531.     height:200px;
  532.     background:url(/img/ProjectCenter/IncomingMSG_bg.jpg) left top no-repeat #dfdfdf;
  533.     border:3px solid #000;
  534.     border-bottom:0px;
  535.     z-index:2;
  536. }
  537.  
  538. #IncomingMSG_Reminder
  539. {
  540.     float:right;
  541.     position:absolute;
  542.     right:4px;
  543.     bottom:0px;
  544.     width:160px;
  545.     background:url(/img/ProjectCenter/IncomingMSG_Reminder_bg.jpg) repeat-x left top;
  546.     border-left:0px solid #000;
  547.     z-index:1;
  548. }
  549.  
  550.     #IncomingMSG h2
  551.     {
  552.         float:left;
  553.         padding-right:5px;
  554.         width:155px !important;
  555.         width:160px;
  556.         
  557.         height:18px;
  558.         
  559.         background:url(/img/ProjectCenter/left_PanelTitle.jpg) repeat-x left top;
  560.         text-align:right;
  561.         line-height:18px;
  562.         color:#666;
  563.         font-family:Tahoma, Arial, sans-serif;
  564.         font-size:12px;
  565.         
  566.         margin:0 0 0 0;
  567.         
  568.         border-bottom:1px solid #666;
  569.     }
  570.     
  571.     #IncomingMSG_Reminder h2
  572.     {
  573.         float:left;
  574.         padding-right:5px;
  575.         width:155px !important;
  576.         width:160px;
  577.         
  578.         height:18px;
  579.         
  580.         background:none;
  581.         
  582.         text-align:right;
  583.         line-height:18px;
  584.         color:#666;
  585.         font-family:Tahoma, Arial, sans-serif;
  586.         font-size:12px;
  587.         
  588.         margin:0 0 0 0;
  589.         
  590.         border-bottom:1px solid #666;
  591.     }
  592.  
  593.     .FlashingBG
  594.     {
  595.         background:url(/img/ProjectCenter/flashingmsg.gif) left top no-repeat !important;
  596.     }
  597.     
  598.     #TextMSGFrame
  599.     {
  600.         float:left;
  601.         margin:2px 0 0px 5px !important;
  602.         margin:2px 0 0px 3px;
  603.         width:150px;
  604.         height:110px;
  605.         background:url(/img/ProjectCenter/textmessage_bg.jpg) no-repeat left top;
  606.     }
  607.     
  608.     .MessageBox
  609.     {
  610.         float:left;
  611.         background:#fff;
  612.         border:0px;
  613.         width:138px;
  614.         height:90px;
  615.         margin:7px 0 0 6px;
  616.         overflow:auto;
  617.     }
  618.     
  619.     .Sender_Avatar
  620.     {
  621.         float:left;
  622.         border:1px solid #999;
  623.         width:60px;
  624.         margin-left:5px;
  625.     }
  626.  
  627.     .Sender_Avatar_File
  628.     {
  629.         float:left;
  630.         border:1px solid #999;
  631.         height:50px;
  632.         margin-left:5px;
  633.     }
  634.     
  635.     .FileIcon
  636.     {
  637.         float:left;
  638.         width:50px;
  639.         height:50px;
  640.         border:1px solid #999;
  641.         margin-left:5px;
  642.     }
  643.  
  644.     .FileFrame
  645.     {
  646.         width:150px;
  647.         height:170px;
  648.         margin:5px 0 0 5px;
  649.         background:#dfdfdf;
  650.     }
  651.     
  652.     #SenderName
  653.     {
  654.         float:left;
  655.         width:75px;
  656.         background:#dfdfdf;
  657.         line-height:30px;
  658.         font-size:14px;
  659.         color:#000;
  660.         text-align:center;
  661.     }
  662.     #File_Description
  663.     {
  664.         float:left;
  665.         width:150px;
  666.         background:#dfdfdf;
  667.         font-size:12px;
  668.         color:#000;
  669.         text-align:center;
  670.         margin-top:5px;
  671.     }
  672.     #File_Description b
  673.     {
  674.         font-weight:bold;
  675.         color:#139;
  676.     }
  677.     #File_Description u
  678.     {
  679.         float:left;
  680.         width:150px;
  681.         height:15px;
  682.         text-align:center;
  683.         text-decoration:underline;
  684.         color:#000;
  685.         margin:5px 0 5px 0;
  686.     }
  687.     #File_Description cite
  688.     {
  689.         float:left;
  690.         clear:left;
  691.         width:150px;
  692.         
  693.         line-height:12px;
  694.         font-size:12px;
  695.         color:#444;
  696.         font-style:normal;
  697.         text-align:center;
  698.         margin:5px 0 15px 0;
  699.     }
  700.     
  701.     #File_Description a.AlternLink:link, #File_Description a.AlternLink:visited
  702.     {
  703.         font-size:12px;
  704.         color:#139;
  705.         text-decoration:underline;
  706.     }
  707.     #File_Description a.AlternLink:hover
  708.     {
  709.         color:#fff;
  710.         background:#139;
  711.         text-decoration:none;
  712.     }
  713.     #SenderName cite
  714.     {
  715.         float:left;
  716.         clear:left;
  717.         width:85px;
  718.         
  719.         line-height:12px;
  720.         font-size:12px;
  721.         color:#444;
  722.         font-style:normal;
  723.         text-align:center;
  724.     }
  725.     
  726.     #ControlButtons
  727.     {
  728.         float:left;
  729.         display:block;
  730.  
  731.         width:159px !important;
  732.         width:160px;
  733.         height:21px !important;
  734.         height:19px;
  735.         background:#dfdfdf;
  736.         font-size:14px;
  737.         color:#000;
  738.         padding:1px 0 0 1px;
  739.         border-top:1px solid #dfdfdf;
  740.         z-index:3;
  741.     }
  742.     
  743.     #MsgBG
  744.     {
  745.         position:absolute;
  746.         left:0px;
  747.         top:0px;
  748.         background:#dfdfdf;
  749.         width:160px;
  750.         height:195px;
  751.         z-index:-1;
  752.     }
  753.     
  754.     .Left
  755.     {
  756.         float:left !important;
  757.     }
  758.     
  759.     .Right
  760.     {
  761.         float:right !important;
  762.     }
  763. #Main
  764. {
  765.     position:absolute;
  766.     left:182px;
  767.     top:70px;
  768.     padding:10px;
  769.     background: #FFF;
  770.     
  771.     border:1px solid #000;
  772.     z-index:0;
  773. }
  774.  
  775.     #MainWindow
  776.     {
  777.         float:left;
  778.         position:absolute;
  779.         left:183px;
  780.         top:63px;
  781.         overflow:visible !important;
  782.         overflow:auto !important;
  783.         border:0px solid #fff;
  784.     }
  785.  
  786.     #Main h2
  787.     {
  788.         margin:0px 0 10px 0px;
  789.         width:100%;
  790.         height:30px;
  791.         line-height:30px;
  792.         font-size:18px;
  793.         color:#222;
  794.         text-align:right;
  795.         border-bottom:2px solid #999;
  796.     }
  797.     
  798.     #Main h3
  799.     {
  800.         margin:5px 0 10px 0;
  801.         width:100%;
  802.         height:20px;
  803.         line-height:20px;
  804.         font-size:14px;
  805.         color:#666;
  806.         text-align:right;
  807.         
  808.     }
  809.  
  810. #BottomLayer
  811. {
  812.     position:absolute;
  813.     bottom:0px;
  814.     left:0px;
  815.     width:100%;
  816.     height:20px;
  817.     background:#d8d8d8 url(/img/ProjectCenter/footer_bg.jpg) left bottom repeat-x;
  818.     
  819.     text-align:center;
  820.     
  821.     color:#ccc;
  822.     line-height:20px;
  823. }
  824.     .Help2
  825.     {
  826.         position:absolute;
  827.         right:13px;
  828.         bottom:0px;
  829.         border-left:1px dashed #777;
  830.         background:#d8d8d8 url(/img/ProjectCenter/footer_2_bg.jpg) left bottom repeat-x;
  831.         color:#fff !important;
  832.     }
  833.  
  834.     .Help
  835.     {
  836.         position:absolute;
  837.         right:170px;
  838.         bottom:0px;
  839.         border-left:1px dashed #777;
  840.         background:#d8d8d8 url(/img/ProjectCenter/footer_2_bg.jpg) left bottom repeat-x;
  841.         color:#fff !important;
  842.     }
  843.     
  844.     a.BottomLink:link, a.BottomLink:visited
  845.     {
  846.         float:left;
  847.         color:#777;
  848.         text-decoration:none;
  849.         margin:0 0 0 0;
  850.         border-right:1px dashed #777;
  851.         padding:0 20px 0 20px;
  852.         line-height:20px;
  853.         font-weight:bold;
  854.     }
  855.     
  856.     a.BottomLink:hover
  857.     {
  858.         color:#000;
  859.         text-decoration:underline;
  860.     }
  861.     a.BottomLink:active
  862.     {
  863.         color:#fff;
  864.         background:#999;
  865.     }
  866.  
  867. .ProgressBar_BG
  868. {
  869.     float:left;
  870.     clear:left;
  871.     width:700px;
  872.     height:20px;
  873.     margin:0 0 0 20px;
  874.     background:url(/img/App_GUI/Misc/indicator.gif) no-repeat left;
  875. }
  876.  
  877. #WindowSpacer
  878. {
  879.     position:absolute;
  880.     width:1000px;
  881.     height:681px;
  882.     background:#fff;
  883.     left:0px;
  884.     top:0px;
  885.     z-index:-3;
  886. }
  887.  
  888. a.ClassicLink:link, a.ClassicLink:visited
  889. {
  890.     color:#333;
  891.     text-decoration:underline;
  892. }
  893. a.ClassicLink:hover
  894. {
  895.     background:#333;
  896.     color:#fff;
  897.     text-decoration:none;
  898. }
  899.  
  900. #JumpingIndicator
  901. {
  902.     position:absolute;
  903.     left:0px;
  904.     top:0px;
  905.     width:100%;
  906.     height:100%;
  907.     background:#fff url(/img/App_GUI/Misc/indicator_lg.gif) center no-repeat;;
  908.     z-index:5;
  909. }
  910.  
  911. a.Dark:link, a.Dark:visited{text-decoration: none;color:#333;}
  912. a.Dark:hover{text-decoration: underline; color:#000;}
  913. a.Dark:active{text-decoration: underline; color:#f00;}
  914.  
  915. a.White:link, a.White:visited {text-decoration: none;color:#eee;}
  916. a.White:hover{text-decoration: underline; color:#fff;}
  917. a.White:active{text-decoration: underline; color:#f0f0f0;}
  918.  
  919. a.Grey:link, a.Grey:visited{text-decoration: none;color:#666;}
  920. a.Grey:hover{text-decoration: underline; color:#000;}
  921. a.Grey:active{text-decoration: underline; color:#f00;}
  922.  
  923. a.Red:link, a.Red:visited{text-decoration: underline;color:#A61C3D;}
  924. a.Red:hover{text-decoration: underline; color:#F00;}
  925. a.Red:active{text-decoration: underline; color:#666;}
  926.  
  927. a.Blue:link, a.Blue:visited{text-decoration: underline;color:#36f;}
  928. a.Blue:hover{text-decoration: underline; color:#036;}
  929. a.Blue:active{text-decoration: underline; color:#f00;}
  930.  
  931. #HelpMessage
  932. {
  933.     position:absolute;
  934.     right:0px;
  935.     bottom:20px;
  936.     background:#4381d4 url(/img/ProjectCenter/HelpMessage_bg.jpg) top repeat-x;
  937.     border-top:3px solid #000;
  938.     border-bottom:1px solid #666;
  939.     font-family:"Lucida Grande", Tahoma, SimSun, sans-serif;
  940.  
  941.     padding-bottom:5px;
  942.     cursor:pointer;
  943.     cursor:hand;
  944. }
  945.  
  946.     #HelpMessage h1
  947.     {
  948.         line-height:30px;
  949.         font-size:14px;
  950.         margin:5px 0 0 10px;
  951.         padding:0;
  952.         color:#000;
  953.     }
  954.     
  955.     #HelpMessage p
  956.     {
  957.         line-height:18px;
  958.         font-size:12px;
  959.         margin:0 10px 5px 10px;
  960.         color:#fff;
  961.     }
  962.     
  963.     #HelpMessage li
  964.     {
  965.         line-height:18px;
  966.         margin:0 10px 0 10px;
  967.         color:#fff;
  968.         font-size:12px;
  969.     }
  970.     
  971.     a.HelpLink:link, a.HelpLink:visited
  972.     {
  973.         color:#eee;
  974.         font-weight:bold;
  975.         padding-left:20px;
  976.         background:#27c url(/img/vClipper/PageReference.gif) left center no-repeat;
  977.     }
  978.     a.HelpLink:hover
  979.     {
  980.         background-color:#38d;
  981.         color:#fff;
  982.     }
  983.     a.HelpLink:active
  984.     {
  985.         background-color:#16b;
  986.     }
  987.     
  988.     #FeedBack
  989.     {
  990.         position:absolute;
  991.         right:0px;
  992.         bottom:20px;
  993.         background:#4381d4 url(/img/ProjectCenter/HelpMessage_bg.jpg) top repeat-x;
  994.         border-top:3px solid #000;
  995.         border-bottom:1px solid #666;
  996.         font-family:"Lucida Grande", Tahoma, SimSun, sans-serif;
  997.         height:100px;
  998.         padding-bottom:5px !important;
  999.         padding-bottom:12px;
  1000.  
  1001.         font-size:12px;
  1002.     }
  1003.  
  1004.         #FeedBack_Text
  1005.         {
  1006.             float:left;
  1007.             width:70%;
  1008.             height:85px;
  1009.             margin:5px 0 0 5px;
  1010.             font-size:14px;
  1011.             color:#666;
  1012.             line-height:20px;
  1013.         }
  1014.  
  1015.         #FeedBack_ControlSets
  1016.         {
  1017.             float:right;
  1018.             width:25%;
  1019.             height:65px;
  1020.             margin:10px 5px 0 0;
  1021.             border-left:2px solid #888;
  1022.         }
  1023.  
  1024.         #FeedBack_Submit
  1025.         {
  1026.             float:left;
  1027.             width:120px;
  1028.             height:25px;
  1029.             line-height:20px;
  1030.             font-size:12px;
  1031.             font-weight:bold;
  1032.             margin:0 5px 0 5px;
  1033.             font-family:"Lucida Grande", Tahoma, SimSun, sans-serif;
  1034.         }
  1035.  
  1036.         #FeedBack_Tip
  1037.         {
  1038.             float:left;
  1039.             clear:left;
  1040.             color:#fff;
  1041.             width:100%;
  1042.             font-size:12px;
  1043.             line-height:16px;
  1044.             margin:10px 0 0 5px;
  1045.             font-weight:bold;
  1046.         }
  1047.  
  1048.         a.HelpLink:link, a.HelpLink:visited
  1049.         {
  1050.             padding:0 10px 0 10px;
  1051.             color:#eee;
  1052.             font-weight:bold;
  1053.             background:#6af;
  1054.             text-decoration:none;
  1055.         }
  1056.         a.HelpLink:hover
  1057.         {
  1058.             background-color:#38d;
  1059.             color:#fff;
  1060.         }
  1061.         a.HelpLink:active
  1062.         {
  1063.             background-color:#16b;
  1064.         }
  1065.  
  1066.         #FeedBack_Done
  1067.         {
  1068.             position:absolute;
  1069.             float:left;
  1070.             left:0px;
  1071.             top:0px;
  1072.             width:100%;
  1073.             height:100px;
  1074.             background:#4381d4 url(/img/ProjectCenter/HelpMessage_bg.jpg) top repeat-x;
  1075.             cursor:pointer !important;
  1076.             cursor:hand !important;
  1077.             
  1078.             padding-bottom:5px !important;
  1079.             padding-bottom:12px;
  1080.         }
  1081.  
  1082.         #FeedBack_Done h1
  1083.         {
  1084.             line-height:30px;
  1085.             font-size:14px;
  1086.             margin:5px 0 0 10px;
  1087.             padding:0;
  1088.             color:#000;
  1089.             cursor:pointer;
  1090.             cursor:hand;
  1091.         }
  1092.  
  1093.         #FeedBack_Done p
  1094.         {
  1095.             line-height:18px;
  1096.             font-size:12px;
  1097.             margin:0 10px 5px 10px;
  1098.             color:#fff;
  1099.             font-weight:bold;
  1100.             cursor:pointer;
  1101.             cursor:hand;
  1102.         }